home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / EmacsTeX / Emacs-3.0.1 / Source / Makefile < prev    next >
Encoding:
Makefile  |  1995-06-12  |  1.1 KB  |  55 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = Emacs
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = Emacs.tiff
  16. LOCAL_RESOURCES = Emacs.nib Info.nib Pref.nib Help
  17.  
  18. GLOBAL_RESOURCES = lisp.elc
  19.  
  20. CLASSES = EditListener.m EmacsApp.m EtermView.m PanelLoader.m\
  21.           PrefControl.m
  22.  
  23. HFILES = EditListener.h EmacsApp.h etermSupport.h EtermView.h\
  24.          PanelLoader.h PrefControl.h
  25.  
  26. MFILES = Emacs_main.m
  27.  
  28. CFILES = etermSupport.c keycode.c
  29.  
  30. PSWMFILES = display.pswm
  31.  
  32. OTHERSRCS = Makefile
  33.  
  34.  
  35. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  36. MAKEFILE = app.make
  37. INSTALLDIR = $(HOME)/Apps
  38. INSTALLFLAGS = -c -s -m 755
  39. SOURCEMODE = 444
  40.  
  41. ICONSECTIONS =    -sectcreate __ICON app Emacs.tiff
  42.  
  43. LIBS = -lMedia_s -lNeXT_s -lIndexing_s
  44. DEBUG_LIBS = $(LIBS)
  45. PROF_LIBS = $(LIBS)
  46.  
  47.  
  48. -include Makefile.preamble
  49.  
  50. include $(MAKEFILEDIR)/$(MAKEFILE)
  51.  
  52. -include Makefile.postamble
  53.  
  54. -include Makefile.dependencies
  55.